home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / ArchiFacile / ArchiFacileSetup.exe / {app} / nw.pak / Unnamed File 001057.txt < prev    next >
Text File  |  2014-10-14  |  6KB  |  240 lines

  1. /*
  2.  * Copyright (C) 2013 Google Inc. All rights reserved.
  3.  *
  4.  * Redistribution and use in source and binary forms, with or without
  5.  * modification, are permitted provided that the following conditions are
  6.  * met:
  7.  *
  8.  *     * Redistributions of source code must retain the above copyright
  9.  * notice, this list of conditions and the following disclaimer.
  10.  *     * Redistributions in binary form must reproduce the above
  11.  * copyright notice, this list of conditions and the following disclaimer
  12.  * in the documentation and/or other materials provided with the
  13.  * distribution.
  14.  *     * Neither the name of Google Inc. nor the names of its
  15.  * contributors may be used to endorse or promote products derived from
  16.  * this software without specific prior written permission.
  17.  *
  18.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  19.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  20.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  21.  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  22.  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  23.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  24.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  25.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  26.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  27.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  28.  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  29.  */
  30.  
  31.  
  32. .overrides-view .tabbed-pane {
  33.     flex-direction: row !important;
  34. }
  35.  
  36. .overrides-view .tabbed-pane-header {
  37.     border: none transparent !important;
  38.     width: auto;
  39.     flex: 0 0 auto;
  40. }
  41.  
  42. .overrides-view .tabbed-pane-content {
  43.     padding-top: 10px;
  44.     padding-left: 10px;
  45.     padding-right: 10px;
  46.     overflow-x: hidden;
  47. }
  48.  
  49. .overrides-view .tabbed-pane-header-contents {
  50.     margin: 0;
  51. }
  52.  
  53. .overrides-view .tabbed-pane-header-tabs {
  54.     display: flex;
  55.     flex-direction: column;
  56.     padding-top: 5px;
  57.     width: 100px;
  58. }
  59.  
  60. .overrides-view .tabbed-pane-header-tab {
  61.     background-color: transparent;
  62.     border: none transparent;
  63.     font-weight: normal;
  64.     text-shadow: none;
  65.     color: #777;
  66.     height: 22px;
  67.     padding-left: 0;
  68.     padding-left: 10px;
  69.     border-left: 4px solid transparent;
  70. }
  71.  
  72. .overrides-view .tabbed-pane-header-tab:not(.selected) {
  73.     cursor: pointer !important;
  74. }
  75.  
  76. .overrides-view .tabbed-pane-header-tab.selected {
  77.     color: inherit;
  78.     border: none transparent;
  79.     border-left: 4px solid #666;
  80. }
  81.  
  82. .overrides-view fieldset {
  83.     border: none;
  84.     padding: 0 0 5px 15px;
  85. }
  86.  
  87. .overrides-user-agent fieldset {
  88.     padding-top: 5px;
  89. }
  90.  
  91. .overrides-device > select {
  92.     margin-bottom: 10px;
  93.     width: 400px;
  94.     max-width: 90%;
  95. }
  96.  
  97. .overrides-device button {
  98.     margin-right: 10px;
  99. }
  100.  
  101. .overrides-device > label {
  102.     display: block;
  103.     margin-bottom: 7px;
  104.     white-space: nowrap;
  105. }
  106.  
  107. .overrides-device-value {
  108.     padding-left: 10px;
  109.     color: gray;
  110. }
  111.  
  112. .overrides-device-value-label {
  113.     overflow: hidden;
  114.     white-space: nowrap;
  115.     text-overflow: ellipsis;
  116.     margin-top: 10px;
  117. }
  118.  
  119. .overrides-viewport {
  120.     width: 100%;
  121. }
  122.  
  123. .overrides-viewport input {
  124.     text-align: right;
  125. }
  126.  
  127. .overrides-viewport input[type=range] {
  128.     width: 100%;
  129. }
  130.  
  131. button.overrides-swap {
  132.     height: 20px;
  133. }
  134.  
  135. .overrides-view label {
  136.     display: flex;
  137.     height: auto;
  138. }
  139.  
  140. .overrides-viewport label {
  141.     margin-bottom: 10px;
  142. }
  143.  
  144. .overrides-viewport table {
  145.     margin-bottom: 5px;
  146. }
  147.  
  148. .overrides-viewport > label {
  149.     margin-bottom: 8px;
  150. }
  151.  
  152. .overrides-viewport .help-footnote {
  153.     border-top: 1px solid #EEEEEE;
  154.     margin: 0;
  155.     padding: 12px;
  156. }
  157.  
  158. .overrides-user-agent input[type=text] {
  159.     width: 400px;
  160.     max-width: 90%;
  161. }
  162.  
  163. .overrides-user-agent select {
  164.     margin: 7px 0;
  165. }
  166.  
  167. .overrides-sensors > label {
  168.     margin-bottom: 10px;
  169. }
  170.  
  171. .overrides-device, .overrides-viewport, .overrides-user-agent, .overrides-sensors {
  172.     flex: none !important;
  173. }
  174.  
  175. .overrides-sensors input {
  176.     text-align: right;
  177. }
  178.  
  179. .overrides-activate-device #tab-device,
  180. .overrides-activate-viewport #tab-viewport,
  181. .overrides-activate-user-agent #tab-user-agent,
  182. .overrides-activate-sensors #tab-sensors {
  183.     color: rgb(25, 100, 228);
  184.     opacity: 0.8;
  185. }
  186.  
  187. .overrides-activate-device #tab-device.selected,
  188. .overrides-activate-viewport #tab-viewport.selected,
  189. .overrides-activate-user-agent #tab-user-agent.selected,
  190. .overrides-activate-sensors #tab-sensors.selected {
  191.     opacity: 1;
  192. }
  193.  
  194. .overrides-view input[type=text]:enabled:focus,
  195. .overrides-view select:enabled:focus {
  196.     -webkit-transition: border-color 200ms;
  197.     border-color: rgb(77, 144, 254);
  198.     outline: none;
  199. }
  200.  
  201. .overrides-view input[type=text],
  202. .overrides-view select {
  203.     border: 1px solid #bfbfbf;
  204.     border-radius: 2px;
  205.     box-sizing: border-box;
  206.     color: #444;
  207.     font: inherit;
  208.     border-width: 1px;
  209. }
  210.  
  211. .overrides-view input[type=text] {
  212.     margin: 0;
  213.     min-height: 2em;
  214.     padding: 3px;
  215. }
  216.  
  217. .overrides-view .overrides-footer {
  218.     flex: none;
  219.     padding: 0 0 1px 3px;
  220.     border-top: 1px solid rgb(203,203,203);
  221.     background-color: rgb(236,236,236);
  222. }
  223.  
  224. .overrides-view .overrides-footer::before {
  225.     background-image: url(Images/statusbarButtonGlyphs.png);
  226.     background-size: 320px 144px;
  227.     width: 10px;
  228.     height: 10px;
  229.     content: "";
  230.     position: relative;
  231.     top: 2px;
  232.     background-position: -202px -107px;
  233.     float: left;
  234.     margin-right: 4px;
  235. }
  236.  
  237. .overrides-view .overrides-footer .warning-icon-small {
  238.     margin-right: 3px;
  239. }
  240.